home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / POP3PI.H_ / pop3pi.h
Encoding:
C/C++ Source or Header  |  2003-02-21  |  1.1 KB  |  31 lines

  1. /*
  2.  -    wnpi.h
  3.  -
  4.  *    Purpose:
  5.  *        Contains the complete list of PerfMon counter indexes for Pop3Svc.  These
  6.  *        indexes must start at zero and increase in multiples of two.  These
  7.  *        represent the object or counter name; the odd numbered counters (or
  8.  *        a given counter index plus 1) represents the counter help.
  9.  *
  10.  *    Copyright (C) 2001-2002 Microsoft Corporation
  11.  *
  12.  */
  13.  
  14. #define POP3SVC_OBJECT                        0
  15. #define POP3SVC_TOTAL_CONNECTION               2
  16. #define POP3SVC_CONNECTION_RATE                4
  17. #define POP3SVC_TOTAL_MESSAGE_DOWNLOADED    6
  18. #define POP3SVC_MESSAGE_DOWNLOAD_RATE        8
  19. #define POP3SVC_FREE_THREAD_COUNT           10
  20. #define POP3SVC_CONNECTED_SOCKET_COUNT      12
  21. #define POP3SVC_BYTES_RECEIVED                14
  22. #define POP3SVC_BYTES_RECEIVED_RATE         16
  23. #define POP3SVC_BYTES_TRANSMITTED           18
  24. #define POP3SVC_BYTES_TRANSMITTED_RATE      20
  25. #define POP3SVC_FAILED_LOGON_COUNT          22
  26. #define POP3SVC_AUTH_STATE_COUNT            24
  27. #define POP3SVC_TRAND_STATE_COUNT           26
  28.  
  29. /*Define the instance counters if needed*/
  30. /*#define POP3SVC_INST_OBJECT                    28 */
  31.